home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / md.000 / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  96b  |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.play();
  5. }
  6.